Package-level declarations
Types
Link copied to clipboard
Exception thrown when a file or stream does not perfectly match the expected Portable FloatMap (PFM) specification.
Link copied to clipboard
data class Parameters(val inputFileName: String = "", val factor: Float = 0.2f, val gamma: Float = 1.0f, val outputFileName: String = "")
Parse inputs for main. inputFileName for the image location, factor and gamma for normalizing the images and outputFileName to save the produced image.
Functions
Link copied to clipboard
Creates a ByteArray from a variable number of integer arguments. Useful for inline hexadecimal array initialization.